From: Richard M. Stallman Date: Tue, 26 Apr 1994 01:19:14 +0000 (+0000) Subject: (temp_echo_area_glyphs): Use Vunread_command_events. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~91957 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ba71d84a4b446e2e2c0155e4f58eee5c56ea4d37;p=emacs.git (temp_echo_area_glyphs): Use Vunread_command_events. --- diff --git a/src/minibuf.c b/src/minibuf.c index ddb8ae7d70a..d188ff9a06e 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -1028,7 +1028,7 @@ temp_echo_area_glyphs (m) if (!NILP (Vquit_flag)) { Vquit_flag = Qnil; - unread_command_events = Fcons (make_number (quit_char), Qnil); + Vunread_command_events = Fcons (make_number (quit_char), Qnil); } Vinhibit_quit = oinhibit; }